This is the complete list of members for OutputWrapper, including all inherited members.
| binary(bool b) | OutputWrapper | inline |
| binary() const | OutputWrapper | inline |
| clearerr() | FileWrapper | inline |
| close() | FileWrapper | |
| eof() const | FileWrapper | inline |
| error() const | FileWrapper | inline |
| file() | FileWrapper | inline |
| FileWrapper() | FileWrapper | explicit |
| FileWrapper(FILE *, const char *path=0) | FileWrapper | |
| FileWrapper(const char *name, const char *mode) | FileWrapper | |
| flush() | FileWrapper | inline |
| get_line(std::string &line, char sep='\n') | FileWrapper | |
| get_pos(fpos_t &p) const | FileWrapper | inline |
| getUL() | FileWrapper | inline |
| good() const | FileWrapper | inline |
| lock() | FileWrapper | inline |
| mFile | FileWrapper | protected |
| mPath | FileWrapper | protected |
| open(const char *name, bool a, bool b=false) | OutputWrapper | |
| FileWrapper::open(const char *name, const char *mode) | FileWrapper | |
| operator FILE *() | FileWrapper | inline |
| operator=(FILE *) | FileWrapper | |
| OutputWrapper() | OutputWrapper | |
| OutputWrapper(const char *name, bool a, bool b=false) | OutputWrapper | |
| path() const | FileWrapper | inline |
| peek() | FileWrapper | inline |
| put_line(const char *line, char sep=0) | FileWrapper | |
| put_line(const std::string &line, char sep=0) | FileWrapper | inline |
| rewind() | FileWrapper | inline |
| set_pos(const fpos_t &p) | FileWrapper | inline |
| skip_until(const char *str) | FileWrapper | |
| std() const | FileWrapper | inline |
| unget(int c) | FileWrapper | inline |
| unlock() | FileWrapper | inline |
| write(const char c) | FileWrapper | inline |
| writeBinarySignature(const char[]) | OutputWrapper | |
| writeDouble(double) | OutputWrapper | |
| writeDoubleVector(const double *, unsigned n, char before=0) | OutputWrapper | |
| writeFloat(float) | OutputWrapper | |
| writeFloatVector(const float *, unsigned n, char before=0) | OutputWrapper | |
| writeFloatVector(const double *, unsigned n, char before=0) | OutputWrapper | |
| writeInt16(int, char before=' ') | OutputWrapper | |
| writeInt32(int, char before=' ') | OutputWrapper | |
| writeInt8(int, char before=' ') | OutputWrapper | |
| writeSoftNewLine() | OutputWrapper | |
| writeSoftSpace(int N=1) | OutputWrapper | |
| writeUInt16(unsigned int, char before=' ') | OutputWrapper | |
| writeUInt32(unsigned int, char before=' ') | OutputWrapper | |
| writeUInt8(unsigned int, char before=' ') | OutputWrapper | |
| ~FileWrapper() | FileWrapper | virtual |
| ~OutputWrapper() | OutputWrapper | inlinevirtual |